mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
fix: dockerfile copy
This commit is contained in:
@@ -15,7 +15,7 @@ FROM rust:slim
|
|||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y libsqlite3-dev
|
apt install -y libsqlite3-dev
|
||||||
COPY --from=bun-builder /app/web/dist ./web/dist
|
COPY --from=bun-builder /app/web/dist /app/web/dist
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user