diff --git a/packages/import-handler/Dockerfile b/packages/import-handler/Dockerfile index 83a66b834..f1e4d0dd2 100644 --- a/packages/import-handler/Dockerfile +++ b/packages/import-handler/Dockerfile @@ -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"]