mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-25 19:19:24 +00:00
Adding default environment variables
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
FROM debian:stretch
|
||||
LABEL maintainer="Christer Waren/CWINFO <christer.waren@cwinfo.org>"
|
||||
|
||||
ENV HOST localhost
|
||||
ENV PORT 3000
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN apt-get update && \
|
||||
|
Reference in New Issue
Block a user