Skip to content

Commit b93f56f

Browse files
committed
fix: missing start.sh in docker image
1 parent e58af96 commit b93f56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ RUN poetry config installer.max-workers 10 && \
1212
poetry install --no-interaction --no-root
1313

1414
COPY rock_spawner /app/rock_spawner
15+
COPY start.sh /app/start.sh
1516

1617
ENTRYPOINT sh start.sh

0 commit comments

Comments
 (0)