Skip to content

Commit

Permalink
refactor: hide .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 4, 2025
1 parent dbbabe7 commit 1b615c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.golang
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WORKDIR /app
COPY --from=builder /app/apps/golang/monitoring .

# Copiar el archivo .env si existe
COPY --from=builder /app/apps/golang/.env ./.env
# COPY --from=builder /app/apps/golang/.env ./.env

# Exponer el puerto
ENV PORT=3001
Expand Down

0 comments on commit 1b615c6

Please sign in to comment.