We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d714449 commit 3e410a9Copy full SHA for 3e410a9
src/server/.dockerignore
@@ -0,0 +1 @@
1
+Dockerfile
src/server/Dockerfile
@@ -33,10 +33,6 @@ RUN [ ! -f /app/static/logs/last_execution.json ] && printf {} > /app/static/log
33
34
RUN chmod -R 777 /app/static
35
36
-COPY . /paws-data-pipeline/server
37
-
38
-RUN chmod 777 /paws-data-pipeline/server
39
40
RUN chmod +x bin/startServer.sh
41
# RUN ufw allow 5000
42
WORKDIR /app
0 commit comments