Skip to content

Commit

Permalink
its getting late man....
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik committed Aug 24, 2024
1 parent f7d6328 commit 668e48f
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 @@ -24,7 +24,7 @@ FROM node:slim
WORKDIR /app

# Copy build artifacts and entrypoint script from the build stage
COPY --from=build /build/build /app
COPY --from=build /build/build /app/build
COPY --from=build /build/entrypoint.sh /app

RUN npm install -g serve
Expand Down

0 comments on commit 668e48f

Please sign in to comment.