Docker: Default to port 80
This commit is contained in:
parent
75a3bd74cc
commit
623e2b75a8
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ RUN npm install --production --silent && mv node_modules ../
|
|||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
ENV PORT 80
|
||||
EXPOSE 80
|
||||
|
||||
RUN mkdir -p /data/db
|
||||
ENV DB_URL /data/db
|
||||
|
|
Loading…
Reference in a new issue