57 basic auth dev only (#58)

This commit is contained in:
Anders Gustafsson
2021-09-29 10:43:51 +02:00
committed by GitHub
parent e5aa1486e3
commit a270d0d523
4 changed files with 8 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ EXPOSE 4000
COPY . app/
# Changes working directory to the new directory just created
WORKDIR /app
# Set node env
ENV NODE_ENV=production
# Installs npm dependencies on container
RUN npm ci
# Command container will actually run when called