mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-20 13:59:43 +01:00
Adding port expose to dockerfile
If you want to use a dockerized nginx the dockerfile has to have an expose command or no ports get exposed.
This commit is contained in:
parent
22b63a3415
commit
d96372b08a
@ -12,4 +12,6 @@ COPY config.js.template ./config.js
|
|||||||
|
|
||||||
RUN find ./static/ -type d -exec chmod -R 777 {} \;
|
RUN find ./static/ -type d -exec chmod -R 777 {} \;
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
CMD npm start
|
CMD npm start
|
||||||
|
Loading…
Reference in New Issue
Block a user