generated from damir/go_app_template
Update Dockerfile
This commit is contained in:
@@ -25,7 +25,7 @@ COPY --from=builder /app-binary .
|
||||
|
||||
# Копируем папку templates из рабочей директории сборщика (/app)
|
||||
# Обратите внимание: путь должен совпадать с WORKDIR первого этапа
|
||||
COPY --from=builder /app/templates ./template
|
||||
COPY --from=builder /app/template ./template
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["./app-binary"]
|
||||
Reference in New Issue
Block a user