Skip to content

Commit

Permalink
fix: remove unintended extra characters from server version (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico authored Apr 4, 2024
1 parent 096e5ff commit 822dd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist .

ARG VERSION_OVERRIDE_ARG
ENV VERSION_OVERRIDE = $VERSION_OVERRIDE_ARG
ENV VERSION_OVERRIDE $VERSION_OVERRIDE_ARG

EXPOSE 3000
ENTRYPOINT ["node", "src/index.js"]

0 comments on commit 822dd23

Please sign in to comment.