5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-16 18:49:34 +00:00

Adding default environment variables

This commit is contained in:
Christer Warén 2019-01-22 03:02:38 +02:00 committed by GitHub
parent 8cafbd7645
commit f6913e5c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \