mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-26 12:55:42 +03:00
🚑️ Docker build failing after specifying prod env
This commit is contained in:
parent
33197b7a18
commit
5b568ccac0
@ -4,7 +4,6 @@ FROM node:lts-alpine
|
||||
ENV PORT 80
|
||||
ENV DIRECTORY /app
|
||||
ENV IS_DOCKER true
|
||||
ENV NODE_ENV production
|
||||
|
||||
# Create and set the working directory
|
||||
WORKDIR ${DIRECTORY}
|
||||
|
Loading…
Reference in New Issue
Block a user