Skip to content

Commit 78e2ae1

Browse files
author
Mike Barnes
committed
Updated the Dockerfile to include the ARG RAILWAY_ENVIRONMENT
1 parent fe0e2d3 commit 78e2ae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# https://hub.docker.com/_/node
33
FROM node:lts-alpine AS build
44

5+
ARG RAILWAY_ENVIRONMENT
6+
57
# Set config
68
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
79
ENV NPM_CONFIG_FUND=false

0 commit comments

Comments
 (0)