Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jan 5, 2024
1 parent e5c83d7 commit fa6116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update -qq && \
COPY --from=build /usr/local/bundle /usr/local/bundle
COPY --from=build /app /app
# add entrypoint and release script to docker image at top level
COPY --from=build .controlplane/entrypoint.sh .controlplane/release_script.sh ./
COPY --from=build /app/.controlplane/entrypoint.sh /app/.controlplane/release_script.sh ./

ENV RAILS_ENV=production \
NODE_ENV=production \
Expand Down

0 comments on commit fa6116a

Please sign in to comment.