diff --git a/Dockerfile b/Dockerfile index 3bb794c..6691e24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN npm install COPY Webservice Webservice COPY public public +COPY data data EXPOSE 5000