Skip to content
Snippets Groups Projects
Commit f95066a2 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

create a docker volume for persistent uploads

parent f789b573
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ RUN mkdir -p /usr/src/app/nodes
# Bundle app source
COPY . /usr/src/app
# Store uploaded files into a volume
VOLUME /usr/src/app/public/
# Run the app
EXPOSE 4000
CMD [ "npm", "start" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment