Revert "Revert "Add publishing date (#107)" (#108)" (#109)

This reverts commit b1da0b547e.
This commit is contained in:
Niklas Fondberg
2022-03-14 09:56:21 +01:00
committed by GitHub
parent b1da0b547e
commit 1afebfdfdb
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