mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02: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…
x
Reference in New Issue
Block a user