mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-22 20:25:13 +03:00
Small optimization in Dockerfile
This commit is contained in:
parent
1df3eda66f
commit
ec5bc2c730
@ -1,9 +1,9 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
# Define some ENV Vars
|
||||
ENV PORT 80
|
||||
ENV DIRECTORY /app
|
||||
ENV IS_DOCKER true
|
||||
ENV PORT=80 \
|
||||
DIRECTORY=/app \
|
||||
IS_DOCKER=true
|
||||
|
||||
# Create and set the working directory
|
||||
WORKDIR ${DIRECTORY}
|
||||
|
Loading…
Reference in New Issue
Block a user