Skip to content

Commit

Permalink
fix: updated dockerfile with latest dev
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender37 committed Oct 21, 2024
1 parent 48a8c72 commit 87d40c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
ca-certificates \
build-essential && \
build-essential \
curl && \
# xorg \
# gnome-core \
# libgtk-3-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*


WORKDIR /dojo-api

COPY --from=builder /app/service /dojo-api/service
COPY --from=builder /app/entrypoint.sh /dojo-api/entrypoint.sh

EXPOSE 8080

0 comments on commit 87d40c5

Please sign in to comment.