checkpoint

This commit is contained in:
2021-09-01 17:50:20 -07:00
parent e76fb9fb10
commit a87238010d
2 changed files with 19 additions and 18 deletions

View File

@@ -29,4 +29,7 @@ RUN chmod 755 ./db.sh
RUN alias tsc=node_modules/typescript/bin/tsc
COPY docker/start_server.sh ./start_server.sh
RUN chmod 755 ./start_server.sh
EXPOSE 8000
ENTRYPOINT ["sh", "./start_server.sh"]