We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58af96 commit b93f56fCopy full SHA for b93f56f
Dockerfile
@@ -12,5 +12,6 @@ RUN poetry config installer.max-workers 10 && \
12
poetry install --no-interaction --no-root
13
14
COPY rock_spawner /app/rock_spawner
15
+COPY start.sh /app/start.sh
16
17
ENTRYPOINT sh start.sh
0 commit comments