Skip to content

Commit

Permalink
chore: update gateway project.json and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicToast committed May 8, 2024
1 parent 62e014e commit fef19db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions apps/azkaban-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# This file is generated by Nx.
#
# Build the docker image with `npx nx docker-build gateway-service`.
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t gateway-service`.
FROM docker.io/node:lts-alpine

ENV HOST=0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion apps/azkaban-gateway/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/azkaban-gateway/src",
"projectType": "application",
"tags": [],
"tags": ["scope:application"],
"targets": {
"serve": {
"executor": "@nx/js:node",
Expand Down

0 comments on commit fef19db

Please sign in to comment.