Skip to content
Snippets Groups Projects
Commit 4c1abb79 authored by derneuere's avatar derneuere
Browse files

Add git to build file

- this fixes the download of react-image-lightbox and react-pig
parent ff15812e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM node:13-slim
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN apt-get update && apt-get install git -y
EXPOSE 3000
COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]
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