fix(docker): had the wrong path
This commit is contained in:
parent
0a2dc6972a
commit
fca88509b0
|
|
@ -52,7 +52,7 @@ RUN mkdir -p /app/uploads /app/watch /app/frontend
|
||||||
RUN chmod 755 /app/watch
|
RUN chmod 755 /app/watch
|
||||||
|
|
||||||
# Copy built frontend from frontend-builder
|
# Copy built frontend from frontend-builder
|
||||||
COPY --from=frontend-builder /frontend/dist /app/frontend
|
COPY --from=frontend-builder /frontend/dist /app/frontend/dist
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue