Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carterworks committed Jan 16, 2025
1 parent 6c550cd commit 94dbc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ARG PORT=4321

# Copy built application
COPY --from=build /app/dist/yazzy /app/yazzy
COPY --from=build /app/node_modules /app/node_modules

# Start the server by default, this can be overwritten at runtime
ENV HOST=${HOST}
Expand Down

0 comments on commit 94dbc5c

Please sign in to comment.