+1
-1
@@ -14,7 +14,7 @@ COPY . .
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm update
|
RUN npm update
|
||||||
# Define environment variable
|
# Define environment variable
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# Run the app when the container launches
|
# Run the app when the container launches
|
||||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
||||||
|
|||||||
Reference in New Issue
Block a user