Skip to content

Commit

Permalink
fix: forgot to update docker for new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Mar 30, 2024
1 parent c1905d7 commit 8b88414
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 @@ -37,7 +37,7 @@ RUN groupadd -g 1000 petio && \

# Copy all the build files from both frontend and backend
COPY --from=builder --chown=petio:petio --chmod=0755 /build/pkg/frontend/build /app/views/frontend
COPY --from=builder --chown=petio:petio --chmod=0755 /build/pkg/api/dist/index.js /app/index.js
COPY --from=builder --chown=petio:petio --chmod=0755 /build/dist/api/index.js /app/index.js
COPY ./scripts/docker /

# Give our init script permission to be executed
Expand Down

0 comments on commit 8b88414

Please sign in to comment.