@@ -8,7 +8,6 @@ COPY . app/
|
||||
WORKDIR /app
|
||||
# Set node env
|
||||
ENV NODE_ENV=production
|
||||
ENV NEW_RELIC_NO_CONFIG_FILE=true
|
||||
# Installs npm dependencies on container
|
||||
RUN npm ci
|
||||
# Command container will actually run when called
|
||||
|
||||
Reference in New Issue
Block a user