Skip to content

Commit

Permalink
fix: remove ampersands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Jul 17, 2024
1 parent afbb242 commit e7c6402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . /app

RUN sed -i "s/version: dev/version: ${TAG_default_tag}/" public/version.yaml && make resolve validate

RUN && npm run build:docker
RUN npm run build:docker

# ---- Serve ----
FROM nginxinc/nginx-unprivileged:1.25-alpine
Expand Down

0 comments on commit e7c6402

Please sign in to comment.