Add publishing date (#107)

This commit is contained in:
Niklas Fondberg
2022-03-10 16:22:03 +01:00
committed by GitHub
parent c4e04dc616
commit cf6b1fd56e
8 changed files with 4166 additions and 4051 deletions
+1
View File
@@ -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