Skip to content

Commit

Permalink
package.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsmithdev committed Feb 10, 2024
1 parent 001b0df commit e99d227
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 @@ -18,6 +18,7 @@ WORKDIR /app
# Copy over build files from builder step
COPY --from=builder /app/.output app/.output
COPY --from=builder /app/.nuxt app/.nuxt
COPY --from=builder /app/package.json app/package.json

# Expose the host and port 3000 to the server
ENV HOST 0.0.0.0
Expand Down

0 comments on commit e99d227

Please sign in to comment.