Skip to content

Commit

Permalink
refactor: change node_env to production in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaunovic committed Aug 28, 2024
1 parent 2e89a8d commit 5a86ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# path: ./Dockerfile
FROM node:alpine
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev
ARG NODE_ENV=development
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
WORKDIR /opt/
COPY ./package*.json ./
Expand Down

0 comments on commit 5a86ecd

Please sign in to comment.