Removed nginx to test if it works without #148

Merged
cami merged 1 commit from infra/bugfix into main 2021-07-12 21:48:10 +00:00

View file

@ -7,8 +7,3 @@ COPY package-lock.json ./
RUN npm ci --silent
COPY . ./
RUN npm run build
FROM nginx:latest
COPY --from=builder /app/build /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]