diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f22eae4..1ce372a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,9 +1,7 @@ -FROM node:lts-alpine3.20 +FROM alpine:latest WORKDIR /frontend -RUN pnpm i && vite build - COPY build/ build/ CMD ["echo", "Serve the files from /frontend/build, don't run this container directly"] \ No newline at end of file