mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🚑️ Docker build failing after specifying prod env
This commit is contained in:
parent
33197b7a18
commit
5b568ccac0
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue