This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Club-Panda
mirror of
https://github.com/jrtechs/Club-Panda.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Modified docker file to make it work with infrastructure docker compose
master
jrtechs
3 years ago
parent
135a9a5950
commit
333620150d
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Dockerfile
+ 4
- 1
Dockerfile
View File
@ -4,4 +4,7 @@ FROM nginx:1.17.8-alpine
COPY
. /app/public/
# Copy the nginx config file
COPY
./site.conf /etc/nginx/conf.d/default.conf
COPY
./site.conf /etc/nginx/conf.d/default.conf
EXPOSE
80
EXPOSE
8080
Write
Preview
Loading…
Cancel
Save