02-docker

command
v0.0.0-...-2e794c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2023 License: MIT Imports: 6 Imported by: 0

README

docker

  • for dev
FROM golang:1.19.2-bullseye

WORKDIR /app

COPY . .

# Install Go deps
RUN go mod download

# Builds your app with optional config
RUN go build -o/godokcer

EXPOSE 8080

# Specifies the executable command that runs when the container starts
CMD ["/godocker"]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL