mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
add port
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
aea227b962
commit
39a5437804
1 changed files with 2 additions and 1 deletions
|
@ -25,5 +25,6 @@ COPY --from=builder --chown=node:node /app/.next/standalone ./
|
|||
|
||||
USER node
|
||||
|
||||
EXPOSE 3001/tcp
|
||||
ENV PORT 3000
|
||||
EXPOSE 3000/tcp
|
||||
CMD ["node", "server.js"]
|
||||
|
|
Loading…
Reference in a new issue