Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Casraw committed Mar 30, 2023
1 parent 388acc6 commit aaaf2dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions spacebarchat-server-client-proxy/Dockerfile-prod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
From node:16-bullseye as builder
From node:18-bullseye as builder

WORKDIR devel/
RUN apt-get update ; apt-get upgrade -y ; apt-get install -y python-is-python3 build-essential git
RUN git clone https://github.com/spacebarchat/server.git
RUN cd server ; npm i ; npm run setup

From node:16-alpine
From node:18-alpine

EXPOSE 3001
WORKDIR exec
Expand Down
4 changes: 2 additions & 2 deletions spacebarchat-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
From node:16-bullseye as builder
From node:18-bullseye as builder

WORKDIR devel/
RUN apt-get update ; apt-get upgrade -y ; apt-get install -y python-is-python3 build-essential git
RUN git clone https://github.com/spacebarchat/server.git
RUN cd server ; npm i ; npm run setup

From node:16-alpine
From node:18-alpine

EXPOSE 3001
WORKDIR exec
Expand Down
4 changes: 2 additions & 2 deletions spacebarchat-server/Dockerfile-prod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
From node:16-bullseye as builder
From node:18-bullseye as builder

WORKDIR devel/
RUN apt-get update ; apt-get upgrade -y ; apt-get install -y python-is-python3 build-essential git
RUN git clone https://github.com/spacebarchat/server.git
RUN cd server ; npm i ; npm run setup

From node:16-alpine
From node:18-alpine

EXPOSE 3001
WORKDIR exec
Expand Down

0 comments on commit aaaf2dc

Please sign in to comment.