Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Aug 19, 2024
1 parent ff99ca6 commit 3cc200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yarn nx run website:build

FROM $NODE
WORKDIR /app
COPY --from=builder /app/apps/website/.output /.output
COPY --from=builder /app/apps/website/.output .output/

ARG VERSION=nightly
ENV VERSION=${VERSION}
Expand Down

0 comments on commit 3cc200a

Please sign in to comment.