Move from Create React to Vite
This commit is contained in:
@@ -19,7 +19,7 @@ FROM alpine:3.21
|
||||
RUN apk add --no-cache ca-certificates tzdata
|
||||
WORKDIR /app
|
||||
COPY --from=backend /walkies ./walkies
|
||||
COPY --from=frontend /app/web/build ./web/dist
|
||||
COPY --from=frontend /app/web/dist ./web/dist
|
||||
EXPOSE 8080
|
||||
ENV STATIC_DIR=/app/web/dist
|
||||
CMD ["./walkies"]
|
||||
|
||||
Reference in New Issue
Block a user