Browse Source

update setup dockerize

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

1
Dockerfile

@ -1,2 +1,3 @@
FROM nginx:alpine 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" version: "3.3"
services: services:
frontend: frontend:
container_name: adw-gantt image: gantt_app
restart: unless-stopped ports:
build: . - "8446:80"
ports:
- "80:8000"
- "443:443"
stdin_open: true

Loading…
Cancel
Save