fix: dockerfile

This commit is contained in:
Junseo Park 2021-02-25 15:57:28 +09:00
parent a54bf48850
commit a57b42554a

View File

@ -40,5 +40,4 @@ RUN yarn build
RUN yarn build RUN yarn build
# Running the app # Running the app
RUN chmod +x /usr/src/app/startup.sh
CMD yarn start CMD yarn start