Skip to content

Commit

Permalink
chore: removing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Dec 4, 2024
1 parent f187506 commit 3d75221
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ ARG APP_VERSION=0.0.1

WORKDIR /app
COPY . .
RUN npm ci && \
npm version ${APP_VERSION} --no-git-tag-version && \
npm run build
RUN npm ci && npm run build

# Caddy
FROM caddy:2.8.4-alpine
Expand Down

0 comments on commit 3d75221

Please sign in to comment.