diff --git a/Dockerfile b/Dockerfile index 5db05af..8101711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY game_collection/requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY game_collection . +COPY start.sh . EXPOSE 3004