Skip to content

Commit

Permalink
chore(build): utilise la syntaxe moderne de variable d'env Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Jan 8, 2025
1 parent 33ac436 commit 27b03d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm clean-install

COPY . .

ENV NODE_ENV "production"
ENV NODE_ENV="production"
EXPOSE 3030

CMD ["npm", "run", "prod"]
Expand Down

0 comments on commit 27b03d3

Please sign in to comment.