57 basic auth dev only (#58)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user