Added default config for docker

This commit is contained in:
Joe-Dowd
2020-07-05 09:25:57 +01:00
parent 9a168aae45
commit 8e89d2bf92
2 changed files with 39 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
COPY package.json .
RUN npm install
COPY index.js .
COPY src .
COPY src src
COPY entrypoint.sh .
EXPOSE 8080
ENTRYPOINT ./entrypoint.sh
CMD ./entrypoint.sh