We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8163413 commit 5b42759Copy full SHA for 5b42759
Dockerfile
@@ -19,4 +19,4 @@ LABEL description="My PostGraphile-powered server"
19
# You might want to disable GRAPHILE_TURBO if you have issues
20
ENV GRAPHILE_TURBO=1
21
ENV NODE_ENV=$NODE_ENV
22
-ENTRYPOINT yarn start
+ENTRYPOINT ["yarn", "start"]
0 commit comments