Skip to content

Commit

Permalink
Ajuste Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jadirj committed Oct 22, 2024
1 parent 6ff1a4d commit 40eb6e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devops/stacks/trepr-jadirj.tangrama.com.br.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ volumes:
vol-site-data:
driver_opts:
type: none
device: "${DEPLOY_FOLDER:/srv/trepr/data}"
device: /srv/trepr/data
o: bind

networks:
Expand Down
7 changes: 7 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ LABEL maintainer="TRE-PR <[email protected]>" \
org.label-schema.vendor="TRE-PR"

COPY --from=builder /app/ /app/

RUN <<EOT
set -e
corepack enable pnpm
corepack use [email protected]
corepack prepare [email protected] --activate
EOT

0 comments on commit 40eb6e6

Please sign in to comment.