Skip to content

Commit

Permalink
change docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepideh Alassi committed Jan 30, 2024
1 parent 95073f2 commit 625ea38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -3,7 +3,7 @@
# We label our stage as 'builder'
FROM node:18 as builder

LABEL maintainer="support@dasch.swiss"
LABEL maintainer="sepideh.alassi@unibas.ch"

# Sets the path where the app is going to be installed
ENV NODE_ROOT /usr/app/
Expand All @@ -29,7 +29,7 @@ RUN npm run build-prod

FROM daschswiss/nginx-server:1.1.2

LABEL maintainer="support@dasch.swiss"
LABEL maintainer="sepideh.alassi@unibas.ch"

RUN rm -rf /public/*

Expand Down
2 changes: 1 addition & 1 deletion vars.mk
@@ -1,4 +1,4 @@
BEOL_REPO := daschswiss/0801-beol-app
BEOL_REPO := dhlabbasel/beol

ifeq ($(BUILD_TAG),)
BUILD_TAG := $(shell git describe --tag --dirty --abbrev=7)
Expand Down

0 comments on commit 625ea38

Please sign in to comment.