Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-couto committed Jan 13, 2025
1 parent 244f62d commit dd0b832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN apk upgrade --no-cache && apk add --no-cache icu-devtools libgdiplus
WORKDIR /app
COPY --from=build /app .
COPY --from=build /source/src/Images /app/Images
COPY --from=build /tmp/certs /app/certs

EXPOSE 50002

Expand Down

0 comments on commit dd0b832

Please sign in to comment.