Skip to content

Commit

Permalink
Ignore docker cache during image build.
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondas committed Oct 29, 2022
1 parent 41121fd commit e5239e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is intended only for testing.
#
# Usage:
# docker build -t poweradmin .
# docker build --no-cache -t poweradmin .
# docker run -d --name poweradmin -p 80:80 poweradmin
#
# Log in with the following username and password:
Expand Down

0 comments on commit e5239e3

Please sign in to comment.