Skip to content

Commit

Permalink
Fix position of ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Apr 6, 2024
1 parent 33c5672 commit 79aa072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#
FROM node:19.7-bullseye AS frontend

ARG GOOGLE_ANALYTICS

WORKDIR /opt/frontend

# copy package.json and package-lock.json to prevent re-running npm ci on every code change
Expand All @@ -20,6 +18,8 @@ FROM frontend AS build
# copy the rest of the source codes and build the application
COPY ./frontend/ ./

ARG GOOGLE_ANALYTICS

RUN npm run build

#
Expand Down

0 comments on commit 79aa072

Please sign in to comment.