We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4794c1d commit 683400eCopy full SHA for 683400e
Dockerfile.dev
@@ -44,6 +44,8 @@ RUN yarn build
44
# Entrypoint prepares the database.
45
ENTRYPOINT ["./bin/docker-entrypoint"]
46
47
+ENTRYPOINT ["./bin/docker-entrypoint"]
48
+
49
# Start the server by default, this can be overwritten at runtime
50
EXPOSE 3000
51
CMD ["./bin/dev"]
0 commit comments