mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-13 14:26:44 +08:00
Add v4, with proxy, app and db
This commit is contained in:
4
bulletin-board-proxy/Dockerfile
Normal file
4
bulletin-board-proxy/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx:1.13.6
|
||||
|
||||
RUN mkdir -p /data/nginx/cache
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
Reference in New Issue
Block a user