fixed Dockerfile

develop
Niclas Thobaben 2022-07-08 23:33:05 +02:00
parent cc9396f1af
commit 79e604f832
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ EXPOSE 8080
RUN npm install
CMD ["node"]
CMD ["node", "."]