Fix entrypoint in Dockerfile

This commit is contained in:
Jackson Harper
2023-01-11 18:24:55 +08:00
parent dea4ffae33
commit c75a558bd4

View File

@ -28,4 +28,4 @@ RUN yarn install --pure-lockfile --production
EXPOSE 8080
ENTRYPOINT ["yarn", "workspace", "@omnivore/import-handler", "start_gcf"]
ENTRYPOINT ["yarn", "workspace", "@omnivore/import-handler", "start"]