Add publishing date (#107)
This commit is contained in:
@@ -8,6 +8,7 @@ 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