dir change
Some checks failed
Deploy to Server (Docker) / deploy (push) Failing after 8s

This commit is contained in:
Dmitry Sirotkin 2025-03-22 11:26:24 +03:00
parent 7c059b0c5d
commit dc79800368

View File

@ -2,7 +2,7 @@
FROM golang:1.23-alpine AS builder
# Устанавливаем рабочую директорию
WORKDIR /app
WORKDIR /
# Копируем файлы проекта
COPY go.mod go.sum ./