Skip to content

Commit

Permalink
Fixed frontend docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jandegen committed Dec 14, 2022
1 parent 6387e51 commit 687b934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN npm install
COPY . ./

# Expose vite port to host machine
RUN npm run build --
RUN npm run build -- --mode ${MODE}

# Use nginx for serving build
FROM nginx:1.19-alpine
Expand Down

0 comments on commit 687b934

Please sign in to comment.