From c275e89068165323a543534b0bf61b860299b7ca Mon Sep 17 00:00:00 2001 From: uo288543 Date: Mon, 8 Apr 2024 17:33:33 +0200 Subject: [PATCH] Re test other time --- .github/workflows/build.yml | 1 - multiplayer/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef57f8bf..cf785421 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,4 +44,3 @@ jobs: - run: npm --prefix gatewayservice install - run: npm --prefix webapp install - run: npm --prefix webapp run build - - run: npm --prefix webapp run test:e2e \ No newline at end of file diff --git a/multiplayer/Dockerfile b/multiplayer/Dockerfile index 2ad0b8c7..06b3daf2 100644 --- a/multiplayer/Dockerfile +++ b/multiplayer/Dockerfile @@ -14,7 +14,7 @@ RUN npm install COPY . . # Expose the port the app runs on -#EXPOSE 5010 +EXPOSE 5010 # Define the command to run your app CMD ["node", "index.js"]