mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
docker: remove duplication of NODE_ENV
This commit is contained in:
parent
c85b2aec98
commit
102c46abaf
2 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
FROM node:22-alpine
|
||||
|
||||
ARG NODE_ENV=production
|
||||
ENV NODE_ENV=$NODE_ENV
|
||||
ENV PATH=/app/node_modules/.bin:$PATH
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue