Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 6, 2024
1 parent e0dd193 commit 78389f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ RUN rm -rf /opt/graphsense/

# RUN useradd -r -m -u 10000 graphsense
# USER graphsense
RUN mkdir /opt/graphsense
RUN mkdir -p /opt/graphsense/
WORKDIR /opt/graphsense/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash
PROJECT := tagpack-tool
VENV := .venv
RELEASE := 'v25.01.0a1'
RELEASE := 'v25.01.0a1-post1'
# RELEASESEM := 'v1.9.0'

-include .env
Expand Down

0 comments on commit 78389f1

Please sign in to comment.