mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix entrypoint in Dockerfile
This commit is contained in:
parent
dea4ffae33
commit
c75a558bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue