mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-25 05:40:57 +00:00
Fix Dockerfile
This commit is contained in:
parent
addc7365c4
commit
cc3d50e88b
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ RUN /bin/cp -r ./public /home/web/tmp/public && \
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
CMD ["node", "index.mjs"]
|
||||
|
|
Loading…
Reference in a new issue