mirror of https://github.com/Lissy93/dashy.git
🚑️ 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 PORT 80
|
||||||
ENV DIRECTORY /app
|
ENV DIRECTORY /app
|
||||||
ENV IS_DOCKER true
|
ENV IS_DOCKER true
|
||||||
ENV NODE_ENV production
|
|
||||||
|
|
||||||
# Create and set the working directory
|
# Create and set the working directory
|
||||||
WORKDIR ${DIRECTORY}
|
WORKDIR ${DIRECTORY}
|
||||||
|
|
Loading…
Reference in New Issue