Skip to content

Commit

Permalink
๐Ÿ™€ chore: client dockerfile ์˜คํƒ€ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Jan 17, 2025
1 parent 0f80bc6 commit f106127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKERHUB_USERNAME
FROM ${DOCKERHUB_USERNAME}/base-image AS backend-build
FROM ${DOCKERHUB_USERNAME}/base-image AS frontend-build

WORKDIR /app/apps/client
COPY ./apps/client .
Expand Down

0 comments on commit f106127

Please sign in to comment.