mirror of
https://github.com/readur/readur.git
synced 2026-02-07 07:29:34 -06:00
fix(docker): had the wrong path
This commit is contained in:
@@ -52,7 +52,7 @@ RUN mkdir -p /app/uploads /app/watch /app/frontend
|
||||
RUN chmod 755 /app/watch
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user