jgwill commited on
Commit
add8c98
·
1 Parent(s): 8661341
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ bin/test/.env
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM jgwill/dev:astpicasso
2
 
 
3
 
4
 
5
  EXPOSE 7860
 
1
  FROM jgwill/dev:astpicasso
2
 
3
+ RUN apt update && apt upgrade -y
4
 
5
 
6
  EXPOSE 7860