Skip to content

Commit

Permalink
frontend: dockerfile cleanup of unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Sep 7, 2024
1 parent 43bd276 commit fd67527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ RUN pnpm generate
FROM nginx:1.27.1-alpine AS prod
COPY ./docker/frontend.nginx.conf /etc/nginx/templates/default.conf.template
COPY --from=builder /app/dist /usr/share/nginx/html
ENV API_HOST=api
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit fd67527

Please sign in to comment.