Skip to content

Commit

Permalink
Fix Dockerfile arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Oct 4, 2023
1 parent dc8a4f1 commit e47676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ARG COMMIT=""

## build runner
FROM node:lts-alpine as build-runner

Expand All @@ -22,6 +20,8 @@ RUN npm run build
## production runner
FROM node:lts-alpine as prod-runner

ARG COMMIT

# Set work directory
WORKDIR /app

Expand Down

0 comments on commit e47676a

Please sign in to comment.