1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-14 19:20:35 +01:00

Merge pull request 'Adding port expose to dockerfile' (#377) from bradmurray/teddit:bradmurray-dockerfile-expose into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/377
This commit is contained in:
teddit 2023-01-01 20:28:14 +00:00
commit d11ddce9d2

View File

@ -12,4 +12,6 @@ COPY config.js.template ./config.js
RUN find ./static/ -type d -exec chmod -R 777 {} \;
EXPOSE 8080
CMD npm start