mirror of
https://github.com/Stijnvandenbroek/stamp.git
synced 2026-01-15 15:26:54 +01:00
chore: backend copy path
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.10-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update && apt-get install -y curl && apt-get clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user