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

This commit is contained in:
Dmitry Sirotkin 2025-03-22 11:33:37 +03:00
parent dc79800368
commit d608586463

View File

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