1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

docker build updates

This commit is contained in:
Kyle Spearrin
2018-07-18 15:21:51 -04:00
parent 0a86709440
commit 5131ebb9c9
5 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ RUN apt-get update \
ENV ASPNETCORE_URLS http://+:5000
WORKDIR /app
EXPOSE 5000
COPY ./dist .
COPY ./build .
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh