Browse Source

fix(compose): update the docker compose file to build correctly

- fixed the compose file so it builds the current deno application
- fixed the port numbers to match the deno server
master
vnugent 8 months ago
parent
commit
efcf3d7195
No known key found for this signature in database
GPG Key ID: C282EAC569C07C91
  1. 4
      docker-compose.yaml

4
docker-compose.yaml

@ -1,9 +1,9 @@
version: "3" version: "3"
services: services:
wikinostr: alexandria:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- 3023:4173 - 3000:3000

Loading…
Cancel
Save