Browse Source

update setup dockerize

pull/1/head
Ibnu hamdani 2 years ago
parent
commit
a0f4907f65
  1. 3
      Dockerfile
  2. 12
      docker-compose.yml

3
Dockerfile

@ -1,2 +1,3 @@
FROM nginx:alpine
COPY ./src /usr/share/nginx/html
COPY ./src /usr/share/nginx/html
EXPOSE 80

12
docker-compose.yml

@ -1,10 +1,6 @@
version: "3.3"
services:
frontend:
container_name: adw-gantt
restart: unless-stopped
build: .
ports:
- "80:8000"
- "443:443"
stdin_open: true
frontend:
image: gantt_app
ports:
- "8446:80"

Loading…
Cancel
Save