Skip to content

Commit 414d7fc

Browse files
authored
Merge pull request #323 from CodeForPhilly/docker_cleanup
Fix for #309 to not duplicate files and ignore Dockerfile
2 parents 21f6203 + 3e410a9 commit 414d7fc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/server/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dockerfile

src/server/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ RUN [ ! -f /app/static/logs/last_execution.json ] && printf {} > /app/static/log
3333

3434
RUN chmod -R 777 /app/static
3535

36-
COPY . /paws-data-pipeline/server
37-
38-
RUN chmod 777 /paws-data-pipeline/server
39-
4036
RUN chmod +x bin/startServer.sh
4137
# RUN ufw allow 5000
4238
WORKDIR /app

0 commit comments

Comments
 (0)