Skip to content

Commit 3d7a738

Browse files
committed
Add deploy to github container registry
1 parent 2d0a186 commit 3d7a738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY ./backend/requirements.txt /app/requirements.txt
99
RUN pip install --no-cache-dir -r requirements.txt
1010

1111
# Copia el código del backend
12-
COPY ./backend /app
12+
COPY backend /app
1313

1414
# Expone el puerto 8000
1515
EXPOSE 8000

0 commit comments

Comments
 (0)