Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
illinoisrobert committed Dec 4, 2024
1 parent 6285e19 commit d15b581
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Usage:
#
# docker build -t xxx .
# docker run -it --rm -v /tmp/extern:/extern xxx
# docker build -t pcesapps-dev:latest -t pcesapps:latest .
# docker run -it --rm -v /tmp/extern:/extern ghcr.io/iti/pcesapps-dev
# docker run -it --rm -v /tmp/extern:/extern ghcr.io/iti/pcesapps
#
FROM golang:1.23-bookworm

Expand Down

0 comments on commit d15b581

Please sign in to comment.