Files
pdfsign/.devcontainer/Dockerfile
2025-04-28 16:34:17 +02:00

5 lines
100 B
Docker
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FROM golang:1.22-bullseye
# Creates an app directory to hold your apps source code
WORKDIR /app