Fix icon routing and prevent SPA fallback on asset paths
All checks were successful
docker / build-and-push (push) Successful in 1m4s
All checks were successful
docker / build-and-push (push) Successful in 1m4s
This commit is contained in:
@@ -15,6 +15,7 @@ LABEL org.opencontainers.image.title="Jellomator" \
|
||||
org.opencontainers.image.source="${VCS_URL}" \
|
||||
org.opencontainers.image.revision="${VCS_REF}"
|
||||
COPY backend ./backend
|
||||
COPY public ./public
|
||||
COPY --from=frontend /app/frontend/dist ./frontend/dist
|
||||
RUN pip install --no-cache-dir -r backend/requirements.txt
|
||||
EXPOSE 6363
|
||||
|
||||
Reference in New Issue
Block a user