Browse Source

update setup dockerize

pull/1/head
Ibnu hamdani 2 years ago
parent
commit
a0f4907f65
  1. 1
      Dockerfile
  2. 8
      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

8
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
build: .
ports: ports:
- "80:8000" - "8446:80"
- "443:443"
stdin_open: true

Loading…
Cancel
Save