Dockerfile #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "unknown repository"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dockerfile for those, who like golang builds in the Docker container. It produces minimalistic Docker image (2.22MB).
Docker build:
docker build -t invaders .Unfortunately, it doesn't work in my Putty, so I was not able to test it in my console.
Public Docker image for testing:
docker run --rm -ti jangaraj/invadersHey @jangaraj I pulled your branch to try your docker file against my pixterm PR. The only change I had to make was adding a
WORKDIR /somehere afterFROM scratch. This ensures that you are runninginvadersfrom the same directory that theimgs/are, which is necessary for now.@vosmith thx, fixed
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.