Skip to content

Commit a3a5743

Browse files
committed
Give full rights on shapes directory to ease volume persistence
1 parent 630d8fa commit a3a5743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN yarn install && yarn cache clean
1616
ADD index.js /app
1717
ADD shapes /app/shapes
1818

19+
RUN chmod -R 777 /app/shapes
20+
1921
EXPOSE 3000
2022

2123
CMD [ "node", "index.js" ]

0 commit comments

Comments
 (0)